home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / COUNTLIN.DOX < prev    next >
Text File  |  1996-07-17  |  883b  |  30 lines

  1.  
  2.   COUNTLIN.AML
  3.   Count Lines in Multiple Files 
  4.  
  5.   This macro counts the total number of lines and blank lines in
  6.   multiple files on disk. You will be prompted to enter a directory or
  7.   filespec.
  8.  
  9.   The totals and the line counts for each file are listed in a popup
  10.   menu. Selecting a file from the menu displays the file in an edit
  11.   window. Selecting the first line of the menu displays the menu
  12.   contents in an edit window.
  13.  
  14.   Countlin can be useful for counting the total lines of source code in
  15.   a directory or filespec.
  16.  
  17.  
  18.   Keys:
  19.   ────
  20.   <esc>              // exit
  21.   <up>, <down>       // move cursor
  22.   <ctrl home>        // to page top
  23.   <ctrl end>         // to page bottom
  24.   <ctrl pgup>        // to top of menu
  25.   <ctrl pgdn>        // to bottom of menu
  26.  
  27.   <pgup>, <pgdn>     // scroll up, down
  28.   <left>, <right>    // scroll left, right
  29.  
  30.